home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 048a / recip975.zip / RECIPECO.DOC < prev    next >
Text File  |  1991-11-07  |  6KB  |  143 lines

  1.                               RECIPECO.EXE
  2.                           (The Recipe Company)
  3.  
  4. **                        Version 0.975 Beta
  5. **                    (Lines with ** have changed)
  6. **                      Release Date: 11/08/1991
  7.  
  8. **               Programmed using Microsoft C 6.00AX by
  9.                              Ewan Grantham
  10.                              P.O. Box 837
  11.                             Anoka, MN 55303
  12.  
  13.              Available on Terraboard (612)724-3314 (1:282/341)
  14.                        and finer BBS's elsewhere
  15.  
  16.  
  17.     DISCLAIMER
  18.  
  19.          This program is freely distributable for NON-COMMERCIAL 
  20.     purposes. It guarantees nothing other than that it will take up 
  21.     space on your disk.  You may freely copy, or distribute the
  22.     program as long as you follow these two requirements:
  23.     1) The program is not to be sold for profit, and 
  24.     2) Only pass the program around with the documentation intact.
  25.  
  26.     Having said all that, lets get on with what the program does 
  27.     and does not do.
  28.  
  29.  
  30.     COPYRIGHT CREDITS
  31.  
  32.               Vittles (c)                 Compu-Chef (c)
  33.  
  34.          Dimension Nine Software     Micro Systems Design, Inc.
  35.          Tandika Star                Mark Bacas & Peter Sciacchetano
  36.          2170 E. Tinker              Hill Stepper
  37.          Holloman AFB, NM 88330      P.O.Box 774
  38.                                      Harvey, LA 70059
  39.  
  40.  
  41.             QuikBook (c)                Meal-Master (c)
  42.  
  43.          Robert J. Butler            Episoft Systems
  44.          2023 28th St. NW            Suite # 143
  45.          Rochester, Minnesota 55901  10121 Evergreen Way
  46.                                      Everett, Washington 98204
  47.  
  48.          Master Recipe Systems             STEVENS
  49.           by Shelley Rogers          from: Sharon Stevens
  50.  
  51.         NOTE: These listings are the latest I have available to
  52.         me. If you've moved, please let me know.  Also, if you
  53.         have a system I haven't covered, let me know and I'll see
  54.         what I can do to add you to the program.
  55.          
  56.  
  57.     PURPOSE
  58.  
  59.          This program is designed to allow users to take messages
  60.     they've captured from the net, and parse them in a format that
  61.     will allow them to import them into their favorite Recipe
  62.     program(s).
  63.          Currently supported programs are:
  64.     Quikbook, VITTLES, CompuChef, MealMaster, MRS: Master Recipe System,
  65.     Stevens and Other generic recipes.
  66.  
  67.  
  68.     REQUIREMENTS
  69.  
  70.          This program will run on any PC or clone with 640k (or more),
  71.     and PC or MS-DOS 2.11 or later.  It has been tested under 5.0 and
  72.     runs fine.  It is also suggested that you have a hard drive, but
  73.     this is not required.
  74.  
  75.  
  76.     HOW IT WORKS
  77.  
  78.          Recipeco works by looking through your text file for
  79.     identifiers that specify a particular style of recipe.  The program
  80.     will then place each type of recipe in its own file.  At this point,
  81.     your output will be similar to that produced by FOOD24.BAS.  If
  82.     you like to keep files for different programs seperately, then all
  83.     you need to do is rename these files before running Recipeco
  84.     again.
  85.          However, if you're lazy like me, you really want to have
  86.     all those recipes automatically converted to the format your
  87.     program uses.  To tell Recipeco to do this, you invoke the 
  88.     program with a command-line flag. Examples:
  89.  
  90.         Run program and leave files seperate:
  91.              c:\>recipeco
  92.  
  93.         Run program and convert to Quikbook:
  94.              c:\>recipeco QB
  95.  
  96. **      Run program and convert to MealMaster:
  97. **           c:\>recipeco MM
  98.  
  99.         After you start the program, you will be given a list (22 at
  100.     a time) of files in that directory.  You will then be asked to
  101.     enter the name of the file you want to use as the input file.
  102.     Once you've entered a valid filename, the system will show a
  103.     count of the lines as it goes through the file.  You will then be
  104.     given a listing of how many files of each type were found.  If
  105.     you specified an automatic conversion, the system will tell you
  106.     as it finishes each conversion to the target format.
  107.         Currently, automatic conversions only work with Quikbook
  108.     and MealMaster as the destination.  The MealMaster implementation
  109.     is called using MM instead of QB.
  110.     
  111. **      Because MealMaster is a more structured format than QuikBook, and
  112. **  many other systems, you will probably want to review the final
  113. **  MEALMAST file before attempting the import.
  114.  
  115. **      I will be adding all the other formats except OTHER and MRS
  116. **  before releasing Version 1.0.  If you used the QB flag, 
  117. **  then all your recipes will be in the QUIKBOOK file.  If you used
  118. **  MM then all the recipes wil be in the MEALMAST file.  You can then
  119. **  delete the other files (MEALMAST, OTHER, etc.).  Before actually doing 
  120.     the import, you will want to massage the file by adding or changing
  121.     keywords, etc.
  122.  
  123.  
  124.     FUTURE
  125.  
  126.         As mentioned earlier, I will be adding the capability to
  127.     convert automatically to the other major recipe formats. 
  128.     Anything else you think you'd like added I'd like to hear about.
  129.     You can reach me by mail at the address in the introduction, or
  130.     leave me a message on the COOKING echo, or drop me a line at
  131.     Recipeco's Home BBS - Terraboard.
  132.  
  133.  
  134.     THANKS
  135.  
  136.         Thanks go to Bob Butler for QBook which got me interested
  137.     in all this, the members of the COOKING echo for their
  138.     wonderful recipes which have made writing this a labor of love,
  139.     and John P. Nicholson who's FOOD24.BAS helped me figure out the
  140.     formats used by some of the various recipe packages.
  141.  
  142.         
  143.